home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / ccmd / cmgnrc.cnf < prev    next >
Encoding:
Text File  |  1988-08-19  |  1.5 KB  |  36 lines

  1. _ Author: Andrew Lowry
  2. _
  3. _ Columbia University Center for Computing Activities, July 1986.
  4. _ Copyright (C) 1986, 1987, Trustees of Columbia University in the
  5. _ City of New York.  Permission is granted to any individual or
  6. _ institution to use, copy, or redistribute this software so long as
  7. _ it is not sold for profit, provided this copyright notice is
  8. _ retained.
  9. _
  10.  
  11. /* Generic ccmd package error codes, all with zero in left half */
  12.  
  13. fnerror(OK,`No error')
  14. fnerror(RPT,`Reparse required')
  15. fnerror(NOP,`Unable to parse input')
  16. fnerror(UNKF,`Unknown function code in FDB')
  17. fnerror(BOVF,`Command buffer overflow')
  18. fnerror(AOVF,`Atom buffer overflow')
  19. fnerror(EOF,`End of file encountered on command input')
  20. fnerror(INC,`More input required for successful parse')
  21. fnerror(NFDB,`Empty FDB chain presented for parsing')
  22. fnerror(GO,`Wakeup requested')
  23. fnerror(DFR,`Deferred action requested')
  24. fnerror(NOAR,`Automatic reparse mechanism failed or not available')
  25. fnerror(NDEF,`Default string could not be inserted')
  26. fnerror(IOVF,`Internal work buffer overflow')
  27. fnerror(IO,`Error in command line I/O operation')
  28. fnerror(BUFS,`Must allocate parse buffers before beginning parse')
  29. fnerror(PMT,`Must issue prompt before parsing command line')
  30. fnerror(AGN,`Retry requested by parse routine')
  31. fnerror(NOAE,`Automatic parse error handler failed')
  32. fnerror(BEL,`Completion routine requested a bell')
  33. fnerror(BEG,`Completion routine requested a bell and wakeup')
  34. fnerror(SOF,`Internal Stack Overflow')
  35. fnerror(SUF,`Internal Stack Underflow')
  36.